Main N4 Entity
N/A
Functionality
Road Module
Application Startup
Description
Called on startup of N4 in the context of the system user at GLOBAL scope. Executes from RoadPostInitializer following road-specific startup code. (Note: can be replaced from 2.2 with a SERVER_LIFECYCLE interceptor)
Interface Method(s) and Injected Data
void initialize()
Exception/Transaction Handling
Exceptions are logged but do not affect processing.
Availability
2.1.8+Introduced
2.2, 2.3Available but deprecated - code should be migrated to SERVER_LIFECYCLE extension
2.4Removed